From: kdm9 Date: Tue, 27 Sep 2022 17:49:53 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~69^2~25 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=518b89eb9640048601e5c4a22be039c6765d31da;p=git-annex.git Added a comment --- diff --git a/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_1_be44453dee893cc99759f90e660c0a66._comment b/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_1_be44453dee893cc99759f90e660c0a66._comment new file mode 100644 index 0000000000..91d49307d8 --- /dev/null +++ b/doc/bugs/infinite_hang_on_git_status_with_v10___38___nfs/comment_1_be44453dee893cc99759f90e660c0a66._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="kdm9" + avatar="http://cdn.libravatar.org/avatar/b7b736335a0e9944a8169a582eb4c43d" + subject="comment 1" + date="2022-09-27T17:49:53Z" + content=""" +(many apologies, I buggered up the markdown formatting of the following section. Fixed below) + +### What steps will reproduce the problem? + +(approximately) + +``` +git init && git annex init --version 10 +(add some large file, commit) +git annex sync +git status # hangs forever +git annex status # hangs forever +git annex info # actually works, and produces typical output +git diff path/to/normal-file.txt # also hangs +git annex version # actually works, and produces typical output +``` + +"""]]